x86: Support loading Linux bzImage v2.08 and up.
authorKeir Fraser <keir.fraser@citrix.com>
Tue, 1 Apr 2008 09:09:33 +0000 (10:09 +0100)
committerKeir Fraser <keir.fraser@citrix.com>
Tue, 1 Apr 2008 09:09:33 +0000 (10:09 +0100)
commitf3bf1dc1689aea30d3026d533a3e2130b51d439b
tree2738eb816ee7d234950fb958c3ddf2302df9fb63
parentcd0ce972887f0487f3279d7aa84a147ba4374b8d
x86: Support loading Linux bzImage v2.08 and up.

The latest -mm kernel (2.6.25-rc3-mm1) contains v2.08 of the Linux
bzImage format which embeds an ELF file in place of the raw payload
allowing it to be extracted and used by the Xen domain builder.

It is expected that this functionality will be put forward for 2.6.26.

Signed-off-by : Ian Campbell <ijc@hellion.org.uk>
tools/libxc/Makefile
tools/libxc/xc_dom_bzimageloader.c [new file with mode: 0644]
tools/libxc/xc_dom_elfloader.c